-- card: 7794 from stack: in.8_89 -- bmap block id: 0 -- flags: 0000 -- background id: 20383 -- name: -- part 1 (button) -- low flags: 00 -- high flags: A004 -- rect: left=277 top=252 right=274 bottom=387 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Applications... ----- HyperTalk script ----- on mouseUp -- This button requires the XFCN FileName to work put filename ("APPL") into it if it is empty then set cursor to hand exit mouseUp else open it end if beep end mouseUp -- part contents for background part 1 ----- text ----- CUSTOMIZING THE HOME CARD -- part contents for background part 2 ----- text ----- Application Launcher -- part contents for background part 3 ----- text ----- Notice that the first card had 3 buttons in the upper right to navigate to other Home cards in the Home stack. There also was a button to open applications in the upper left. That button uses the "open" command to link to applications. Try it...